
#featurecontainer {
	border:0;
	margin: 0px auto;
	width: 100%;
	height: 240px;
	font-size: 80%;
}
#wrap {
	overflow: hidden
}
/*#load {
	background-image: url(images/loader32x32.gif);
	border:0;
	text-indent: -9999px;
	margin: 0px auto;
	width: 100%;
	display: none;
	background-repeat: no-repeat;
	background-position: center 50%;
	height: 100px;
}*/
#feature {
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
	border:0;
}
#feature .button {
	position: absolute;
	width: 100%;
	/*top: 72px;*/
	border:0;
	left: 0px
}
#feature .prev {
	position: relative;
	text-indent: -9999px;
	width: 30px;
	display: block;
	background: url(/skin/images/feature_left.gif) center top;
	float: left;
	height: 48px;
	border:0;
	z-index: 99;
	top: -140px;
}
#feature .next {
	position: relative;
	text-indent: -9999px;
	width: 30px;
	display: block;
	background: url(/skin/images/feature_right.gif) center top;
	float: right;
	height: 48px;
	top: -140px;
	border:0;
	z-index: 99;
}
#feature .prev:hover {
	background-position: center bottom;
}
#feature .next:hover {
	background-position: center bottom;
}
.featureul {
	position: relative;
	list-style-type: none;
	margin: 0px;
	width: 100%;
	padding: 0px;
	float: left;
	border:0;
	left: 0px
}

#botton-scroll {
	z-index: 0;
	margin: 0px auto;
	width: 100%;
	float: left;
	height: 240px;
	border:0;
}
#block {
	z-index: 0;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 240px;
	font-size: 70%;
	overflow: hidden;
	border:0;
}
#block .box {
	padding: 0px;
	margin: 0px;
	width: 400px;
	float: left;
	height: 240px;
	border:0;
	background: #317daf;
}
#block .box img:hover {
	opacity: 0.7;
}
#block .box .feature-title {
	font-size: 140%;
	font-weight: normal
}
#block .box .feature-thumb {
	width: 240px;
	margin-bottom: 5px;
	float: left;
	height: 150px
}
